home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / lame_src / TODO < prev    next >
Text File  |  2000-01-01  |  973b  |  42 lines

  1. 0.   ./configure script
  2.  
  3. things to check for:  
  4.  
  5.    -lncurses
  6.    -llibsndfile      (allow user to enable)
  7.    -lvorbis          (allow user to disable)
  8.    -lGTK             (allow user to disable)
  9.    architecture depending optimization(like assembler code)
  10.    make depend option for CC
  11.  
  12.  
  13.  
  14.  
  15. 1.
  16. Does stdin work when LAME is compiled to use libsndfile? 
  17. (new version of libsndfile will support this - try this out)
  18.  
  19.  
  20. 2. 
  21. LAME has problems with pure DC input.  i.e. a square wave with
  22. a frequency well below 20Hz.  Not very important, but it should
  23. be fixed.
  24.  
  25.  
  26.  
  27. 998.
  28. Merge GOGO's fast assembler routines.
  29.  
  30. 999.
  31. It would be nice to save some information whilst encoding
  32. a: wave -> mp3
  33.     a RIFF/wave can contain LIST chunks with information
  34.     about author, title, etc. 
  35.     ==> could go into TAG fields of resulting mp3
  36. b: mp3 -> mp3
  37.     ==> we could copy the TAG directly
  38. c: mp3 <-> ogg
  39.     ==> copy TAG info into oggs info field and vice versa
  40. d: mp3 -> wave
  41.     ==> copy TAG into LIST chunk
  42.